home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13719 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  846 b 

  1. Path: news.dorsai.org!not-for-mail
  2. From: marktoma@dorsai.org (Mark)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: dynamic binding in C++
  5. Date: 26 Mar 1996 23:09:49 -0500
  6. Organization: The Dorsai Embassy, Inc.
  7. Message-ID: <4jaf2d$89@amanda.dorsai.org>
  8. References: <4j9dq7$4f@larch.cc.swarthmore.edu>
  9. NNTP-Posting-Host: amanda.dorsai.org
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Mark Tong '99 (tong@engin.swarthmore.edu) wrote:
  13. : Anybody knows whether C++ is capable of dynamic binding?
  14.  
  15. :                 Mark
  16. :                 tong@engin.swarthmore.edu
  17.  
  18. If, by your question, you mean if it is possible to write code such that, 
  19. when executed, the run-time environment chooses which course of action to 
  20. take through the use of inheritance and polymorphism.....the answer is yes.
  21.  
  22. I just wasn't sure if my definition of dynamic binding was correct.
  23.  
  24. Mark Toma
  25. marktoma@dorsai.org
  26.  
  27.